Declared in Voiceflow.schema.json

Overview

Specifies the parameters for an "audioDialog" type Voiceflow Module. "audioDialogParams" configuration is used in an "audioDialog" type Voiceflow Module.

Note: Unless stated otherwise, value of properties that are of type "string" can be updated at runtime by an application if their value is entered as a field name wrapped by "$[" and "]". If a property is of a type other than "string", then an additional property of type "string" with the same property name appended with the string "Runtime" is added to have its value entered as a field name wrapped by "$[" and "]". This allows the application to set the value of the field name at runtime to be the value of the original non-runtime property. Valid values of runtime fields override the values of non-runtime properties.

Tasks

  •   dialogPromptCollection

    An array of Audio Prompt Module groups that define all audio playbacks throughout the execution of an interactive dialog.

    Parameter is optional.

      property
  •   dialogMaxRetryCount

    Specifies the parameters for maximum retry counts in a dialog to collect input from a User that translates to a valid SR Hypothesis or a valid User Intent.

    Parameter is optional.

      property

Properties

dialogMaxRetryCount

"dialogMaxRetryCount": object - DialogMaxRetryCount

Discussion

Specifies the parameters for maximum retry counts in a dialog to collect input from a User that translates to a valid SR Hypothesis or a valid User Intent.

Parameter is optional.

Declared In

Voiceflow.schema.json

dialogPromptCollection

"dialogPromptCollection": array - [DialogPrompt]

Discussion

An array of Audio Prompt Module groups that define all audio playbacks throughout the execution of an interactive dialog.

Parameter is optional.

Declared In

Voiceflow.schema.json